From 1b080826dbd32fd0f7c39c8c3221889fd6c16d2e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marc-Andr=C3=A9=20Lureau?= Date: Tue, 27 Jul 2021 21:01:31 +0400 Subject: [PATCH] gdk: add missing Since annotation MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc-André Lureau --- gdk/gdkglcontext.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gdk/gdkglcontext.c b/gdk/gdkglcontext.c index 5c0193c0ec..58dba198ab 100644 --- a/gdk/gdkglcontext.c +++ b/gdk/gdkglcontext.c @@ -856,6 +856,8 @@ gdk_gl_context_set_is_legacy (GdkGLContext *context, * is not, this function will return %FALSE. * * Returns: %TRUE if the two GL contexts are compatible. + * + * Since: 4.4 */ gboolean gdk_gl_context_is_shared (GdkGLContext *self, -- 2.30.2